<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.havemsg {
    background: url(img/msg.gif) no-repeat 0px 0px;
    background-color: red;
    font-size: 12px
}

.nomsg {
    background-color: #FFFF00;
    font-size: 12px
}

.selected {
    background: url(img/curruser.png) no-repeat 0px 0px;
    background-color: #00FFFF;
    font-weight: bold;
    font-size: 14px
}

.wait {
    background-color: #FFDDAA;
    font-size: 12px
}

.user-list {
    height: 250px;
    border: #ccc 1px solid;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.user-list li {
    height: 20px;
    margin-bottom: 5px;
}

.user-list li span {
    margin-left: 25px;
}

.wait-user-list {
    height: 200px;
    border: #ccc 1px solid;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.wait-user-list li {
    margin-bottom: 5px;
}

.all-user-list {
    height: 550px;
    border: #ccc 1px solid;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.all-user-list li {
    height: 20px;
    margin-bottom: 5px;
}

.all-user-list li span {
    margin-left: 25px;
}

.record-div {
    overflow-y: scroll;
    background-color: white;
    border: #ccc 1px solid;
}

.cust-title {
    width: 95%;
    height: auto;
    text-align: left;
    color: red
}

.cust-content {
    width: 90%;
    height: auto;
    text-align: left;
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
}

.serv-title {
    width: 95%;
    height: auto;
    text-align: left;
    color: #007799
}

.serv-content {
    width: 90%;
    height: auto;
    text-align: left;
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
}

.system-title {
    width: 95%;
    height: auto;
    text-align: left;
    color: #0000FF
}

.system-content {
    background: url(img/system-msg-information.png) no-repeat 0px 0px;
    width: 90%;
    min-height: 34px;
    _height: 34px;
    text-align: left;
    color: black;
    margin-left: 20px;
}

.system-content span {
    margin-left: 34px;
    display: block;
}

.error-title {
    width: 95%;
    height: auto;
    text-align: left;
    color: #FF3333
}

.error-content {
    width: 90%;
    height: auto;
    text-align: left;
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
}

.self-title {
    width: 95%;
    height: auto;
    text-align: left;
    color: green
}

.self-content {
    width: 90%;
    height: auto;
    text-align: left;
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
}

.others-title {
    width: 95%;
    height: auto;
    text-align: left;
    color: red
}

.others-content {
    width: 90%;
    height: auto;
    text-align: left;
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
}

.sent_btn {
    width: 70px;
    height: 66px;
    cursor: pointer;
    background: url(img/but.png);
    padding: 0px;
    border: 0px;
    background-color: transparent;
    background-position: 0px 0px;
}

.sent_btn_over {
    width: 69px;
    height: 66px;
    cursor: pointer;
    background: url(img/but.png);
    padding: 0px;
    border: 0px;
    background-color: transparent;
    background-position: -71px 0px;
}

.sent_btn_dis {
    width: 69px;
    height: 66px;
    cursor: pointer;
    background: url(img/but.png);
    padding: 0px;
    border: 0px;
    background-color: transparent;
    background-position: -141px 0px;
}

.m-btn-enabled {
    background-image: url("img/but.png");
    background-repeat: no-repeat;
}

.m-btn-disabled {
    background-image: url("img/g.comm.png");
    background-repeat: no-repeat;
}</pre></body></html>